Contents | Index | < Browse | Browse >
LETTERsinhULETTER
Hyperbolic sine function.
Overview
#include <math.h>
r = sinh(x);
double r;
double x;
Portability
ANSI
Description
This function returns the hyperbolic sine of an angle specified in radians
as a double-precision floating-point number.
Returns
The hyperbolic sine as a double-precision floating-point value.
See also
cosh